removeEntryAtIndex

abstract fun removeEntryAtIndex(index: Int): Boolean

Removes the item at the given index in the back-forward list and returns true if it was removed successfully.

Return

true if the item was removed successfully

Parameters

index

location of the item to remove in the back-forward list

Throws

when index is more than the number of items in the back-forward list

when the browser is already closed